home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3about.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_ABOUT_H = 1;
- include("real/gadget/r3request.js")
-
-
- var R3CLID_ABOUT = 566;
-
-
-
-
-
-
-
- R3ABOUTA_Copyright = 566500;
- function SetR3ABOUTA_Copyright(value) {
- R3Set(this.r3obj, R3ABOUTA_Copyright, value, R3TID_STRING, 0);
- }
-
-
-
- function r3About () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_ABOUT, arguments);
- }
- // Methods
-
- // Attributes
- this.SetCopyright=SetR3ABOUTA_Copyright;
- }
-
- r3About.prototype=new r3Request;
- // r3about.h_H